Click or drag to resize

ServiceGetFolder Method (StandardFolder, ShapeType)

Gets a folder.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Folder GetFolder(
	StandardFolder standardFolder,
	ShapeType shapeType
)

Parameters

standardFolder
Type: Independentsoft.ExchangeStandardFolder
The ID of the folder to return.
shapeType
Type: Independentsoft.ExchangeShapeType
The set of properties to return.

Return Value

Type: Folder
Folder.
See Also